ShadowRootPushedEvent

data class ShadowRootPushedEvent(hostId: NodeId, root: Node) : Event

Called when shadow root is pushed into the element.

Constructors

ShadowRootPushedEvent
Link copied to clipboard
fun ShadowRootPushedEvent(hostId: NodeId, root: Node)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

hostId
Link copied to clipboard
val hostId: NodeId
Host element id.
root
Link copied to clipboard
val root: Node
Shadow root.

Sources

jvm source
Link copied to clipboard